######################################################################
#STATUSBAR
######################################################################

###########
# Statusbar Background
###########

style "statusbar"
{

	xthickness							= 1
	ythickness							= 4

	GtkStatusbar::shadow_type			= out

 
 engine "experience" 
	{
		group "statusbar"
		{
			function						= SHADOW
			image 10  {	file				= "images/statusbar.png"
						recolor "#ff0000"	= "#ffffff"
						opacity			= 0.7
						width			= 1 px
						repeat			= { 0, 0, 1, 1 }
						border			= { 0, 0, 4, 0 }
						draw_components	= north }
		}
		
	### The ResizeGrip is in the Default Style
	
	}
}


style "statusbar_thickness"
{

	xthickness							= 2
	ythickness							= 2

}


###########
# Statusbar Progress
###########
 
 style "statusbar_progress"
{

	xthickness	= 4
	ythickness	= 5

 
 engine "experience" 
	{

		group	"statusbar_progress" = "progress_trough"
		{
			function					= BOX
			detail					= "trough"
			padding					= { 3, 3, 4, 4 }
			
			fill 0 {		padding			= { -3, -3, -4 ,-4 }}
			image 5 {		file				= "images/statusbar.png"
						width			= 1 px
						repeat			= { 0, 0, 1, 1 }
						border			= { 0, 0, 4, 0 }
						recolor "#ff0000"	= "#ffffff"
						opacity			= 0.7
						padding			= { -3, -3, -4 ,-4 } }
		}
		
	}
}

 
###########
# Statusbar Buttons
###########
 
 style "statusbar_button1"
{

	xthickness							= 2
	ythickness							= 2

 
 engine "experience" 
	{
		group "statusbar_button1_normal" = "button_tool_normal"
		group "statusbar_button1_normal_in" = "button_tool_normal_in"
		group "statusbar_button1_prelight_out" = "button_tool_prelight_out"
		group "statusbar_button1_prelight_in" = "button_tool_prelight_in"
		group "statusbar_button1_active" = "button_tool_active"
		group "statusbar_button1_insensitive" = "button_tool_insensitive"
		
	}
}
 
 
 ######################################################################
 
 style "statusbar_button2"
{

	xthickness							= 2
	ythickness							= 2

 
 engine "experience" 
	{


		group "statusbar_button2_normal" = "button_tool_normal"
		{
			padding						= { 0, 0, 3, 3 }
			
			image 0  {		file				= "images/statusbar.png"
						border			= { 0, 0, 4, 0 }
						padding			= { 0, 0, -3, -3 }
						recolor "#ff0000"	= "#ffffff"
						opacity			= 0.7 } 
		}
		
		group "statusbar_button2_normal_in" = "button_tool_normal_in"
		{
			padding						= { 0, 0, 3, 3 }
			
			image 0  {		file				= "images/statusbar.png"
						border			= { 0, 0, 4, 0 }
						padding			= { 0, 0, -3, -3 }
						recolor "#ff0000"	= "#ffffff"
						opacity			= 0.7 }
		}
		
		group "statusbar_button2_preligh_out" = "button_tool_prelight_out"
		{
			padding						= { 0, 0, 3, 3 }
			
			image 0  {		file				= "images/statusbar.png"
						border			= { 0, 0, 4, 0 }
						padding			= { 0, 0, -3, -3 }
						recolor "#ff0000"	= "#ffffff"
						opacity			= 0.7 }
		}
		
		group "statusbar_button2_prelight_in" = "button_tool_prelight_in"
		{
			padding						= { 0, 0, 3, 3 }
			
			image 0  {		file				= "images/statusbar.png"
						border			= { 0, 0, 4, 0 }
						padding			= { 0, 0, -3, -3 }
						recolor "#ff0000"	= "#ffffff"
						opacity			= 0.7 }
		}
		
		group "statusbar_button2_active" = "button_tool_active"
		{
			padding						= { 0, 0, 3, 3 }
			
			image 0  {		file				= "images/statusbar.png"
						border			= { 0, 0, 4, 0 }
						padding			= { 0, 0, -3, -3 }
						recolor "#ff0000"	= "#ffffff"
						opacity			= 0.7 }
		}
		
		group "statusbar_button2_insensitive" = "button_tool_insensitive"
		{
			padding						= { 0, 0, 3, 3 }
			
			image 0  {		file				= "images/statusbar.png"
						border			= { 0, 0, 4, 0 }
						padding			= { 0, 0, -3, -3 }
						recolor "#ff0000"	= "#ffffff"
						opacity			= 0.7 }
		}
		
	}
}


style "statusbar_combobox" = "combobox"
{

	xthickness							= 1
	ythickness							= 4
}

